Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added json serialization of timestamp/date32/date64 #814

Merged
merged 1 commit into from
Feb 6, 2022

Conversation

ritchie46
Copy link
Collaborator

This adds serialization of dates and timestamp. I started with the default Display implementation from chrono. We could add formatter later if that's required.

@codecov
Copy link

codecov bot commented Feb 5, 2022

Codecov Report

Merging #814 (271c109) into main (eb4e588) will increase coverage by 0.01%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #814      +/-   ##
==========================================
+ Coverage   71.27%   71.28%   +0.01%     
==========================================
  Files         327      327              
  Lines       17543    17571      +28     
==========================================
+ Hits        12503    12525      +22     
- Misses       5040     5046       +6     
Impacted Files Coverage Δ
src/io/json/write/serialize.rs 86.33% <78.57%> (-1.96%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb4e588...271c109. Read the comment docs.

@jorgecarleitao
Copy link
Owner

small conflict

@jorgecarleitao jorgecarleitao merged commit f02da8a into jorgecarleitao:main Feb 6, 2022
@jorgecarleitao
Copy link
Owner

Thanks, @ritchie46 !

@jorgecarleitao jorgecarleitao changed the title add json serialization of timestamp/date32/date64 Added json serialization of timestamp/date32/date64 Feb 6, 2022
@jorgecarleitao jorgecarleitao added feature A new feature enhancement An improvement to an existing feature and removed feature A new feature labels Feb 6, 2022
ritchie46 added a commit to ritchie46/arrow2 that referenced this pull request Feb 6, 2022
@jorgecarleitao jorgecarleitao added feature A new feature and removed enhancement An improvement to an existing feature labels Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants